home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / Telnet 2.5.src.ThinkC / source / rasmac.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-27  |  119 b   |  15 lines  |  [TEXT/MPS ]

  1. extern int RasWindow
  2.   (
  3.     VRW    *w
  4.   );
  5.  
  6. extern void RasDestroy
  7.   (
  8.     VRW    *w
  9.   );
  10.  
  11. extern int RasSetwind
  12.   (
  13.     VRW    *w
  14.   );
  15.